Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make firebase-admin an optional dependency #707

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

ceoy
Copy link
Contributor

@ceoy ceoy commented Feb 25, 2024

documentation fix #703
mandatory dependency fix #702 (comment)

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.33%. Comparing base (307a1b8) to head (e60bd6b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #707      +/-   ##
==========================================
+ Coverage   70.28%   70.33%   +0.05%     
==========================================
  Files          26       26              
  Lines        1097     1099       +2     
  Branches      249      249              
==========================================
+ Hits          771      773       +2     
  Misses        288      288              
  Partials       38       38              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@50-Course 50-Course left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making this patch

Comment on lines -3 to -6
from firebase_admin import messaging

from .fields import HexIntegerField
from .gcm import dict_to_fcm_message
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@50-Course 50-Course merged commit 9fbab31 into jazzband:master Feb 27, 2024
7 checks passed
50-Course pushed a commit that referenced this pull request Oct 3, 2024
Co-authored-by: Tim Jahn <tim@smartfactory.ch>
50-Course pushed a commit that referenced this pull request Oct 6, 2024
Co-authored-by: Tim Jahn <tim@smartfactory.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with setting FIREBASE_APP after migrating to FCM v1
2 participants